﻿@charset "utf-8";

/* CSS Document */

.wrap {
    background: #f2f2f2;
}

.header {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #fff;
}

.header .w1200 {
    overflow: hidden;
}

.head_top {
    width: 100%;
    height: 43px;
    background: #01479d;
}

.head_top p {
    font-size: 14px;
    color: #fff;
    line-height: 43px;
}

.head_top p.Right {
    margin-right: 20px;
}

.head_bottom .logo {
    margin-top: 20px;
}

.head_right {
    float: right;
    width: 555px;
}

.head_right_top {
    overflow: hidden;
    margin-top: 20px;
}

.head_right_top ul {
    float: right;
}

.head_right_top li {
    float: left;
    height: 26px;
    margin-right: 18px;
    font-size: 12px;
    line-height: 26px;
}

.head_right_top li.item {
    margin-right: 10px;
    width: 64px;
    text-align: center;
}

.head_right_top li.item:hover {
    background: #1856b7;
}

.head_right_top li.item:hover a {
    color: #fff;
}

.head_right_top li:last-child {
    margin-right: 0;
}

.head_right_top li img {
    margin-right: 10px;
}

.head_right_top li a {
    color: #282828;
}

.head_right_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.head_right_bottom ul {
    float: right;
}

.head_right_bottom li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.head_right_bottom li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.head_right_bottom li p {
    font-size: 12px;
    color: #282828;
    margin-top: 3px;
}

.head_right_bottom li:last-child {
    padding: 0;
}

.search_box {
    width: 286px;
    height: 36px;
    background: url(../images/searchbg.jpg) no-repeat;
}

.search_box input {
    float: left;
    border: 0;
    height: 34px;
    line-height: 34px;
    margin: 1px 0;
    margin-left: 1px;
    width: 239px;
}

.search_box button {
    float: left;
    width: 36px;
    height: 36px;
    background: none;
    border: 0;
    font-size: 0;
}

.nav {
    width: 1200px;
    height: 50px;
    background: #01479d;
    margin: 0 auto;
    margin-top: 20px;
}

.nav ul>li {
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    position: relative;
}

.nav ul>li:last-child {
    border-right: 0;
}

.nav ul>li:first-child a,
.nav ul>li:last-child a {
    padding: 0 40px;
}

.nav ul>li a {
    color: #fff;
    padding: 0 38px;
    display: block;
}

.nav ul>li:hover,
.nav ul>li.current {
    background: #2970c8;
}

.nav ul>li .menu-nav {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #01479d;
    display: none;
    z-index: 999999999999999999;
}

.nav ul>li .menu-nav ul li {
    border-right: 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    float: none;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav ul>li .menu-nav ul li a {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_center {
    width: 1158px;
    border: 1px solid #3f85db;
    border-bottom: 0;
    border-top: 0;
    padding: 22px 20px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.notice_section {
    border: 1px solid #f9deaa;
    background: #fffcf3;
    height: 58px;
    position: relative;
    margin-bottom: 20px;
}

.notice_slide {
    overflow: hidden;
}

.notice_slide li {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    color: #e06d1d;
    font-size: 16px;
    font-weight: bold;
    margin-right: 115px;
}

.notice_slide li a,
.notice_slide li a span {
    color: #e06d1d;
}

.notice_slide li a span {
    margin-right: 10px;
}

.notice_section .cover_left,
.notice_section .cover_right {
    position: absolute;
    top: -1px;
    height: 60px;
    width: 30px;
    background: #fff;
    z-index: 99999;
}

.notice_section .cover_left {
    left: -1px;
    box-shadow: 1px -17px 100px #fff, /*左边阴影*/
    0px 2px 100px #fff, /*上边阴影*/
    14px -10px 20px #fff, /*右边阴影*/
    21px 11px 98px #fff;
}

.notice_section .cover_right {
    right: -1px;
    box-shadow: -26px -3px 52px #fff, /*左边阴影*/
    0px -10px 10px #fff, /*上边阴影*/
    10px 0px 10px #fff, /*右边阴影*/
    0px 10px 10px #fff;
    /*下边阴影*/
}

.banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.banner .bd li {
    position: relative;
}

.banner .bd li .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
}

.banner .bd li img {
    width: 100%;
    height: 350px;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.banner .prev {
    left: 0;
}

.banner .prev img,
.banner .next img {
    margin-top: 15px;
}

.banner .next {
    right: 0;
}

.banner .prev:hover,
.banner .next:hover {
    background: rgba(1, 71, 157, 0.6);
}

.section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_section {
    float: left;
    width: 765px;
}

.section_tit {
    width: 100%;
    height: 27px;
    background: url(../images/titbg2.png) bottom no-repeat;
    font-size: 18px;
    color: #01479d;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_section .section_tit {
    background: url(../images/titbg6.png) bottom no-repeat;
}

.announcement .section_tit {
    background: url(../images/titbg3.png) bottom no-repeat;
}

.section_tit a {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    float: right;
}

.news_slide {
    width: 100%;
    height: 463px;
    overflow: hidden;
    position: relative;
}

.news_slide .bd li {
    position: relative;
    width: 100%;
    height: 463px;
}

.news_slide .bd li img {
    width: 100%;
    height: 463px;
}

.news_slide .bd li .text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left: 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.news_slide .hd {
    position: absolute;
    bottom: 16px;
    right: 17px;
}

.news_slide .hd li {
    float: left;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
}

.news_slide .hd li.on {
    background: #307fdc;
}

.sect_right {
    width: 370px;
    float: right;
}

.video_section {
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.video_section .video_box {
    width: 100%;
    height: 240px;
    position: relative;
}

.video_section .video_box img {
    width: 100%;
    height: 240px;
}

.video_section .video_box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 80px;
    right: 0;
    height: 55px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-top: 5px;
}

.video_section .video_box .play {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    -webkit-opacity: 0.5;
}

.special_news {
    width: 100%;
    overflow: hidden;
}

.special_news .section_tit {
    margin-bottom: 10px;
}

.special_news li {
    width: 100%;
    height: 79px;
    overflow: hidden;
    margin-bottom: 10px;
}

.special_news li:last-child {
    margin-bottom: 0;
}

.special_news li img {
    width: 100%;
    height: 79px;
    transition: all 0.8s;
}

.special_news li img:hover {
    transform: scale(1.2);
}

.section_box {
    width: 370px;
    height: 363px;
    float: left;
}

.learn_tab {
    width: 100%;
    height: 316px;
    overflow: hidden;
}

.learn_tab li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px;
}

.learn_tab li .tab_tit {
    background: url(../images/titbg3.jpg) no-repeat;
    padding-left: 55px;
    padding-right: 27px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.learn_tab li .tab_tit:hover,
.learn_tab li .tab_text p:hover {
    color: #01479d;
}

.learn_tab li .tab_tit.current {
    background: url(../images/titbg4.jpg) no-repeat;
}

.learn_tab li .tab_text {
    background: #fff;
    padding: 8px 10px;
    padding-left: 15px;
    overflow: hidden;
    display: none;
}

.learn_tab li .tab_text.current {
    display: block;
}

.learn_tab li .tab_text p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.news_img_box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    /*定义body的元素垂直居中*/
    justify-content: center;
    /*定义body的里的元素水平居中*/
}

.news_img_box img {
    width: 100%;
}

.news_img_box .news_tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.index_news_list {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

.index_news_list li {
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.index_news_list li a span {
    margin-right: 10px;
}

.index_news_list li .time {
    color: #999;
    float: right;
}

.index_news_list li a:hover {
    color: #01479d;
}

.quick_list {
    width: 100%;
    overflow: hidden;
}

.quick_list li {
    float: left;
    width: 370px;
    height: 120px;
    overflow: hidden;
    margin-right: 24px;
}

.quick_list li img {
    width: 100%;
    height: 120px;
    transition: all 0.8s;
}

.quick_list li img:hover {
    transform: scale(1.2);
}

.quick_list li:last-child {
    margin-right: 0;
}

.adver {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.adver img {
    width: 100%;
    height: 130px;
    transition: all 0.8s;
}

.adver img:hover {
    transform: scale(1.2);
}

.system_slide {
    width: 100%;
    height: 301px;
    position: relative;
}

.gallery-top .swiper-slide {
    width: 100%;
    height: 301px;
}

.gallery-top .swiper-slide .system_lift {
    float: left;
    width: 830px;
}

.gallery-top .swiper-slide .system_lift h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 3px;
}

.gallery-top .swiper-slide .system_lift p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.gallery-top .swiper-slide .system_lift .more {
    display: block;
    width: 98px;
    height: 38px;
    background: #014898;
    border: 1px solid #014898;
    color: #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.gallery-top .swiper-slide .system_lift .more:hover {
    background: #fff;
    color: #014898;
}

.gallery-top .swiper-slide.swiper-slide-active h1 {
    animation: 1s .2s fadeInUp both;
}

.gallery-top .swiper-slide.swiper-slide-active .system_lift p {
    animation: 1s .4s fadeInUp both;
}

.gallery-top .swiper-slide.swiper-slide-active .more {
    animation: 1s .6s fadeInUp both;
}

.gallery-top .swiper-slide .img_box {
    width: 301px;
    height: 301px;
    position: relative;
    background: #fff;
    float: right;
    overflow: hidden;
}

.gallery-top .swiper-slide .img_box .img_section {
    width: 282px;
    height: 282px;
    overflow: hidden;
}

.gallery-top .swiper-slide .img_box .img1 {
    width: 282px;
    height: 282px;
    transition: all 0.8s;
}

.gallery-top .swiper-slide .img_box:hover .img1 {
    transform: scale(1.1);
}

.gallery-top .swiper-slide .img_box .small_img {
    position: absolute;
    top: 70px;
    right: 0;
    border-top: 11px solid #fff;
    border-left: 11px solid #fff;
    width: 220px;
    height: 220px;
    overflow: hidden;
}

.gallery-top .swiper-slide .img_box .img2 {
    width: 100%;
    height: 220px;
}

.gallery-top .swiper-slide.swiper-slide-active .img_box .img2 {
    animation: 1s .3s pulse both;
}

.gallery-top .swiper-slide.swiper-slide-active .img_box {
    animation: 1s .4s fadeInUp both;
}

.gallery-top .swiper-slide .img_box .blue_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    background: rgba(41, 79, 152, 0.8);
}

.gallery-top .swiper-slide .img_box .blue_cover img {
    position: absolute;
    top: 42px;
    left: 65px;
}

.gallery-top .swiper-slide.swiper-slide-active .img_box .blue_cover img {
    animation: 1s .3s pulse both;
}

.gallery-top .swiper-slide .img_box .blue_cover p.en {
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
}

.gallery-top .swiper-slide .img_box .blue_cover h6 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
}

.swiper-container.gallery-thumbs {
    width: 830px;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 2px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 270px;
    height: 130px;
    cursor: pointer;
    position: relative;
    text-align: center;
    background: #307fdc;
}

.gallery-thumbs .swiper-slide:nth-child(even) {
    background: #01479d;
}

.gallery-thumbs .swiper-slide img {
    position: absolute;
    top: 20px;
    left: 105px;
    transition: all 0.5s;
}

.gallery-thumbs .swiper-slide p.en {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.gallery-thumbs .swiper-slide h6 {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    transform: scale(1.1);
}

.gallery-thumbs .swiper-slide:hover img {
    transform: scale(1.1);
}

.link_section {
    width: 100%;
    height: 60px;
    background: #01479d;
    overflow: hidden;
}

.link_content {
    width: 1200px;
    height: 30px;
    overflow: hidden;
    margin: 15px auto;
}

.link_content h6 {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.friendship_select {
    float: left;
    width: 1090px;
    height: 30px;
    margin-left: 20px;
}

.friendship_select select {
    float: left;
    margin-right: 22px;
    padding-left: 20px;
    width: 200px;
    height: 30px;
    border: 1px dotted #fff;
    appearance: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #01479d url(../images/icon7.png) 170px center no-repeat;
}

.friendship_select option {
    color: #fff;
}

.friendship_select select:last-child {
    margin-right: 0;
}

.footer {
    width: 100%;
    height: 300px;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    border-bottom: 5px solid #01479d;
}

.footer .w1200 {
    overflow: hidden;
}

.foot_top {
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: 176px;
    border-bottom: 1px solid #3f85db;
    overflow: hidden;
}

.foot_top .foot_list {
    padding-left: 19px;
    width: 199px;
    height: 176px;
    border-right: 1px solid #3f85db;
    float: left;
}

.foot_top .foot_list:first-child {
    padding-left: 0;
    width: 147px;
}

.foot_top .foot_list li {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.foot_top .foot_list li h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.foot_top .foot_list li a {
    color: rgba(255, 255, 255, 0.8);
}

.ewm_box {
    width: 140px;
    float: right;
}

.ewm_box h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.ewm_box img {
    width: 140px;
    height: 140px;
}

.foot_bottom {
    width: 100%;
    overflow: hidden;
}

.foot_bottom .foot_logo {
    float: left;
    margin-top: 15px;
}

.foot_right {
    float: right;
    width: 717px;
    margin-top: 10px;
}

.foot_right p {
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    text-align: right;
}

.foot_right p a {
    color: #fff;
}

.page_banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.page_banner img {
    width: 100%;
    height: 350px;
}

.page_content {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.sidenav_section,
.cont_right {
    display: table-cell;
    vertical-align: top;
}

.cont_right {
    width: 878px;
}

.sidenav_section {
    width: 278px;
    overflow: hidden;
    border: 1px solid #d4e1ee;
    background: #fbfdff;
}

.sidenav_tit {
    width: 100%;
    height: 67px;
    background: #01479d;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #113477;
}

.side_nav {
    padding-top: 20px;
    border-top: 0;
}

.side_nav li {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.side_nav li:hover,
.side_nav li.current {
    border-color: #d4e1ee;
    border-left-color: #01479d;
    color: #01479d;
}

.side_nav li.treeview ul {
    display: none;
}

.side_nav li.treeview.current ul {
    display: block;
}

.side_nav>li>a {
    display: block;
    padding: 13px 0;
    padding-left: 25px;
    padding-right: 95px;
    border: 1px solid #fbfdff;
    border-left: 5px solid #fbfdff;
    border-right: 0;
    background: url(../images/icon12.png) 210px center no-repeat;
}

.side_nav>li.treeview>a {
    background: url(../images/icon15.png) 210px center no-repeat;
    background-size: 16px;
}

.side_nav>li.treeview>a:hover {
    background: #fff url(../images/icon15_2.png) 210px center no-repeat;
    background-size: 16px;
}

.side_nav>li.treeview.current>a {
    background: #fff url(../images/icon14.png) 210px center no-repeat;
    background-size: 16px;
}

.side_nav>li>a:hover,
.side_nav>li.current>a {
    background: #fff url(../images/icon12_2.png) 210px center no-repeat;
    border-color: #d4e1ee;
    border-left-color: #01479d;
    color: #01479d;
}

.side_nav li.treeview ul li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.side_nav li.treeview ul li a {
    display: block;
    padding-left: 45px;
}

.side_nav li.treeview ul li.current a,
.side_nav li.treeview ul li:hover a {
    color: #01479d;
}

.cont_right_box {
    float: right;
    width: 860px;
}

.BreadNav {
    width: 100%;
    height: 37px;
    background: url(../images/titbg5.png) bottom no-repeat;
}

.BreadNav h6 {
    float: left;
    font-size: 18px;
    color: #01479d;
}

.BreadNav .breadnav_cont {
    float: right;
}

.breadnav_cont {
    line-height: 37px;
    font-size: 14px;
    color: #999;
}

.breadnav_cont span {
    margin: 0 5px;
}

.breadnav_cont a:hover {
    color: #01479d;
}

.one_list {
    margin-top: 10px;
}

.one_list li {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.one_list li .time {
    font-size: 14px;
    color: #999;
    float: right;
}

.one_list li a span {
    margin-right: 10px;
    color: #333;
}

.one_list li a:hover {
    color: #01479d;
}

.TextBox,
.NewsText,
.introduce_text {
    width: 100%;
    overflow: hidden;
}

.introduce_text {
    padding-top: 15px;
}

.introduce_text p,
.introduce_text p span {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 24px !important;
}

.introduce_text p img,
.introduce_text p span img {
    max-width: 100%;
}

.councilmembers {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.council_tit {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.council_table {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.council_table table {
    width: 100%;
    border: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.council_table table thead tr th {
    height: 35px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    border-right: 1px solid #ddd;
    text-align: center;
}

.council_table table tr {
    border-bottom: 2px solid #ddd;
}

.council_table table tr td {
    height: 20px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

.council_table table tbody tr:last-child {
    border-bottom: 0;
}

.council_table table thead tr th:first-child,
.council_table table tr td:first-child {
    width: 100px;
    border-right: 2px solid #ddd;
}

.council_table table thead tr th:last-child,
.council_table table tr td:last-child {
    padding-left: 30px;
    text-align: left;
    width: 428px;
}

.two_list li {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.two_list li .img_box {
    float: left;
    width: 151px;
    height: 100px;
}

.two_list li .img_box img {
    width: 100%;
    height: 100px;
}

.two_list li .item_cont {
    width: 695px;
    float: right;
}

.two_list li .item_tit {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.two_list li .item_time {
    font-size: 14px;
    color: #999;
    margin: 5px 0;
}

.two_list li .item_info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.two_list li:hover .item_tit {
    color: #01479d;
}

.NewsText {
    padding: 15px 0;
    overflow: hidden;
}

.NewsText p,
.NewsText p span {
    font-size: 16px !important;
    line-height: 36px !important;
    color: #666 !important;
}

.NewsText p img,
.NewsText p span img {
    max-width: 100%;
}

.breadnav_cont.bread {
    height: 40px;
    background: url(../images/navbg.jpg) center bottom no-repeat;
    line-height: 15px;
    color: #666;
}

.constitution {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.constitution h6 {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/icon13.jpg) no-repeat;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 1px;
    cursor: pointer;
}

.constitution h6.current {
    background: url(../images/icon13_2.jpg) no-repeat;
}

.constitution_box {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    display: none;
}

.constitution_box p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.branch_section {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.branch_section p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.branch_section p a {
    color: #ff0b34;
}

.branch_list {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

.branch_list li {
    float: left;
    padding-left: 10px;
    width: 380px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin-right: 80px;
}

.branch_list li:nth-child(2n+2) {
    margin-right: 0;
}

.branch_list li span {
    margin-right: 6px;
}

.branch_list li.bg {
    background: #e9eaef;
}

.add_introduction {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.add_introduction p {
    color: #333333;
    line-height: 28px;
    font-size: 14px;
}

.purpose_task {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.purpose_section {
    float: left;
    width: 410px;
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
}

.purpose_section img {
    width: 100%;
    margin-top: 10px;
}

.purpose_task h6,
.kanwurenzhi h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.purpose_section p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.task_section {
    float: left;
    padding-left: 20px;
    width: 409px;
}

.add_leader {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.add_leader .constitution {
    margin-top: 5px;
}

.add_leader h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.add_leader p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.add_leader .constitution h6 {
    margin-bottom: 1px;
}

.kanwurenzhi {
    width: 100%;
    overflow: hidden;
}

.kanwurenzhi h6 {
    margin-bottom: 15px;
}

.kanwurenzhi .kanwu {
    float: left;
    width: 350px;
    padding-right: 15px;
    border-right: 1px solid #dcdcdc;
}

.kanwulist {
    width: 100%;
    overflow: hidden;
}

.kanwulist li {
    line-height: 32px;
    color: #333;
}

.kanwulist li span {
    margin-right: 5px;
    color: #999;
}

.kanwulist li:hover a,
.kanwulist li:hover span {
    color: #0b5396;
}

.kanwurenzhi .renzhi {
    float: left;
    margin-left: 15px;
    width: 479px;
}

.kanwurenzhi .renzhi p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.announcement {
    width: 100%;
    overflow: hidden;
    height: 203px;
    margin-bottom: 20px;
}

.announcement .section_tit {
    margin-bottom: 12px;
}

.announcement_list {
    width: 100%;
    overflow: hidden;
}

.announcement_list li {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}

.announcement_list li a {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.announcement_list li span {
    color: #999;
    float: right;
}

.announcement_list li a:hover {
    color: #01479d;
}

.fixed_section {
    position: fixed;
    right: 0;
    top: 34%;
    width: 165px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px 0 0 10px;
    z-index: 100;
}

.fixed_section ul li {
    padding: 10px 0;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

.fixed_section ul li img {
    height: 40px;
}

.fixed_section ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.delivery_section {
    margin-bottom: 25px;
    width: 100%;
    height: 60px;
    background: url(../images/hrlzs.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.delivery_section .delivery_title {
    float: left;
    width: 195px;
    height: 60px;
}

.delivery_section .delivery_title a {
    display: block;
    height: 60px;
}

.delivery_section .delivery_cont {
    float: left;
    width: 950px;
    height: 60px;
    overflow: hidden;
}

.delivery_section .delivery_cont ul {
    width: 100%;
    overflow: hidden;
}

.delivery_section .delivery_cont li {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 33.33%;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.delivery_section .delivery_cont li a:hover {
    color: #1f64c1;
}

.three_nav {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.three_nav a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 158px;
    height: 43px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 43px;
    background: #fff;
    border: 1px solid #D6E3F3;
}

.three_nav a:hover,
.three_nav a.active {
    color: #fff;
    background: #01479D;
}
